home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-11-11 | 1.3 KB | 59 lines |
- ; For the launcher to run you need to make sure that 2 values are set in the resgistry
- ; These are:
- ;
- ; location = Location of the game - Where the game is found
- ; installed = 1 - Just a flag telling us that the game is installed
-
- [BaseInfo]
- background = Launcher\installer-bg.bmp
- width = 440
- height = 480
- num_rollovers = 4
- registry = SOFTWARE\INCAGOLD\SuperCrossKings\
- setup = Setup\setup.exe
-
- [RollOver1]
- image = Launcher\install-rollover.bmp
- inactive = Launcher\install-inactive.bmp
- xpos = 316
- ypos = 153
- width = 124
- height = 58
- action = 1
- mouseover_sfx = Launcher\mouseover.wav
- mouseclick_sfx = Launcher\mouseclick.wav
-
- [RollOver2]
- image = Launcher\play-rollover.bmp
- inactive = Launcher\play-inactive.bmp
- xpos = 232
- ypos = 211
- width = 208
- height = 55
- action = 2
- mouseover_sfx = Launcher\mouseover.wav
- mouseclick_sfx = Launcher\mouseclick.wav
-
- [RollOver3]
- image = Launcher\quit-rollover.bmp
- xpos = 316
- ypos = 0
- width = 124
- height = 101
- action = 4
- mouseover_sfx = Launcher\mouseover.wav
- mouseclick_sfx = Launcher\mouseclick.wav
-
- [RollOver4]
- image = Launcher\url-rollover.bmp
- xpos = 236
- ypos = 266
- width = 204
- height = 55
- action = 3
- action_string = http://www.incagold.com
- mouseover_sfx = Launcher\mouseover.wav
- mouseclick_sfx = Launcher\mouseclick.wav
-
-
-